Version

Item(T) Property

Gets or sets the sort condition for the specified sort-able item.
Syntax
public SortCondition Item( 
   T sortableItem
) {get; set;}

Parameters

sortableItem
The sort-able item for which to get or set the sort condition.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionsortableItem is null.
System.InvalidOperationException The sort-able item is not already in the collection and there are already 64 sort conditions in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also